home *** CD-ROM | disk | FTP | other *** search
/ Basic Instinct 2 Press Kit / Basic Instinct 2 Press Kit.iso / pc / main.dxr / FlashPaper_2_spannotes.swf / scripts / __Packages / FlashPaper / SelectionRange.as < prev    next >
Encoding:
Text File  |  2006-03-15  |  417 b   |  16 lines

  1. class FlashPaper.SelectionRange
  2. {
  3.    function SelectionRange()
  4.    {
  5.    }
  6.    function equals(that)
  7.    {
  8.       var _loc1_ = this;
  9.       var _loc2_ = that;
  10.       var _loc0_ = _loc1_.headPageIdx == _loc2_.headPageIdx && _loc1_.headCharIdx == _loc2_.headCharIdx && _loc1_.tailPageIdx == _loc2_.tailPageIdx && _loc1_.tailCharIdx == _loc2_.tailCharIdx;
  11.       _loc2_;
  12.       _loc1_;
  13.       return _loc0_;
  14.    }
  15. }
  16.